home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / andrews / mad about random < prev    next >
Text File  |  1999-06-15  |  511b  |  33 lines

  1. Category: Andrew's Filters 25
  2. Title: Mad About Random...
  3. Copyright: Freeware
  4. Author: AB
  5. Filename: MaAbRand.8bf
  6.  
  7. R:r%(ctl(6)/10)==rnd(0,ctl(7)/10)?r&ctl(0):ctl(3)
  8.  
  9. G:g%(ctl(6)/10)==rnd(0,ctl(7)/10)?g&ctl(1):ctl(4)
  10.  
  11. B:b%(ctl(6)/10)==rnd(0,ctl(7)/10)?b&ctl(2):ctl(5)
  12.  
  13. A:a
  14.  
  15. ctl[0]: Red
  16. ctl[1]: Green
  17. ctl[2]: Blue
  18. ctl[3]: Red New
  19. ctl[4]: Green New
  20. ctl[5]: Blue New
  21. ctl[6]: Mod
  22. ctl[7]: Random
  23.  
  24. val[0]: 197
  25. val[1]: 255
  26. val[2]: 136
  27. val[3]: 49
  28. val[4]: 8
  29. val[5]: 41
  30. val[6]: 98
  31. val[7]: 73
  32.  
  33.